home *** CD-ROM | disk | FTP | other *** search
/ Audio 4.94 - Over 11,000 Files / audio-11000.iso / mac / soundutl / rvrb52cp.hqx / Reverb v5.2 folder / Reverb programs / Xfade < prev   
Encoding:
Text File  |  1993-09-16  |  340 b   |  14 lines

  1. //
  2. // Xfade.
  3. //
  4. // This program makes use of the equal power crossfade
  5. // LFO shapes to move the signal back and forth between
  6. // the left and right channels.
  7. //
  8. // Bill Gardner, December, 1992.
  9. //
  10. lfo("xfade-cos", "xfade-cos.lfo", 0.1);
  11. lfo("xfade-sin", "xfade-sin.lfo", 0.1);
  12. vargain("xfade-cos",Lin,Lout);
  13. vargain("xfade-sin",Lin,Rout);
  14.